Skip to main content

TextInputFormDetail

Text Form Element for the visual props editor

Index

ColumnColumn
TextInputFormDetail.defaultValueTextInputFormDetail.disabled
TextInputFormDetail.inputValidationTextInputFormDetail.key
TextInputFormDetail.labelTextInputFormDetail.labelTranslation
TextInputFormDetail.multilineTextInputFormDetail.password
TextInputFormDetail.placeholderTextInputFormDetail.type

Properties

defaultValue

defaultValue: string

Optional

Default value

disabled

disabled: boolean

Optional

Determines whether it should be disabled or not

inputValidation

inputValidation: InputValidation

Optional

inputValidation config for input field

key

key: string

Key to store the value

label

label: string

Optional

I18n'ed string to show on the form label

labelTranslation

labelTranslation: VisualPropComponentTranslationKeys

Optional

Translation key for the label

multiline

multiline: boolean

Optional

Allows multiline text

password

password: boolean

Optional

Use text as password

placeholder

placeholder: string

Optional

Placeholder text

type

type: text